setAPIKey('ABQIAAAAeUl9uIkTjfv_U-tlzEEKuRTZFyMoDhmszhFYo423FnSOoAFuhhTnaI4xqZ9IaD5YxU6dZmPWEcSSBw');
@$map->setWidth('575px');
@$map->setHeight('570px');
// create some map markers
@$thikana=$_GET['saddr'];
@$code=$_GET['daddr'];
if(isset($_GET['saddr'])&&$_GET['saddr']!==""){
@$map->addMarkerByAddress($thikana,$thikana,'TopRock Mapping Solutions.');
}
elseif(isset($_GET['daddr'])&&$_GET['daddr']!==""){
@$map->addMarkerByCoords($code,''.$code.'');
}else{
echo "Sorry you are not sending coorect value to the URL to view this map. We need Address or Lattitude+Longtitude to proceede your request. Sorry for the inconvenience.";
}
?>
printHeaderJS(); ?>
printMapJS(); ?>